projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef77e47
)
Revert "Disable primary paste by default"
author
Bastien Nocera
<hadess@hadess.net>
Fri, 2 Aug 2013 14:42:41 +0000
(16:42 +0200)
committer
Bastien Nocera
<hadess@hadess.net>
Fri, 2 Aug 2013 14:42:41 +0000
(16:42 +0200)
This reverts commit
fbbcb5c01b5d171ddb1c5f5b298779cfe830c441
.
We will be doing this in gnome-settings-daemon itself instead,
as some X11 based platforms using GTK+ will want to override this.
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index 3c31c45425e00d011fe25949685bcb437ecca452..a32ae772c4096e955569b3a8cb58b378c02b3fd7 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-1543,7
+1543,7
@@
gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_boolean ("gtk-enable-primary-paste",
P_("Enable primary paste"),
P_("Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor location."),
-
FALS
E,
+
TRU
E,
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_ENABLE_PRIMARY_PASTE);